/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
body {
	background: #fff;
	border: 0;

	line-height: 1.42857143;
	min-width: 320px;
}
a {

	text-decoration: underline;
	outline: none
}
a:hover {

	text-decoration: none;
	outline: none
}
i {
	margin-right: 3px;
	font-weight: 500;
	position: relative;
	font-size: 17px;
	font-family: italic;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #000;
}
.h1, h1 {
	font-size: 26px;
}
.h2, h2 {
	font-size: 30px;
	padding: 15px 0;
}
.h3, h3 {
	color: #444444;
	text-align: center;
	font-size: 17px;
}

p.lead {
	font-size: 22px;
	line-height: 34px;
	color: #333;
	font-weight: 500;
}
.btn {
	display: inline-block;
	padding: 0px 20px;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	font-size: 11.5px;
	line-height: 32px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff !important;
	height: 34px;
	padding: 0 10px !important;
	text-align: center;
	display: inline-block;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	border-radius: 17px;
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
	box-shadow: inset 0 0 1px rgba(0,0,0,.3);
}
.panel-body .btn {
	font-size: 11.5px;
	line-height: 32px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff !important;
	height: 32px;
	padding: 0 18px !important;
	text-align: center;
	display: inline-block;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	border-radius: 17px;
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
	box-shadow: inset 0 0 1px rgba(0,0,0,.3);
}
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
}
.btn-default:active, .btn-primary:active, .btn-success:active, .btn-info:active, .btn-warning:active, .btn-danger:active, .btn-default.active, .btn-primary.active, .btn-success.active, .btn-info.active, .btn-warning.active, .btn-danger.active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-default.disabled, .btn-primary.disabled, .btn-success.disabled, .btn-info.disabled, .btn-warning.disabled, .btn-danger.disabled, .btn-default[disabled], .btn-primary[disabled], .btn-success[disabled], .btn-info[disabled], .btn-warning[disabled], .btn-danger[disabled], fieldset[disabled] .btn-default, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-success, fieldset[disabled] .btn-info, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-danger {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-default .badge, .btn-primary .badge, .btn-success .badge, .btn-info .badge, .btn-warning .badge, .btn-danger .badge {
	text-shadow: none;
}
.btn:active, .btn.active {
	background-image: none;
}
.btn-default {
	color: #333;
	background-color: #fff;
	border: 1px solid #ccc;
}
.btn-default:hover, .btn-default:focus {
	color: #FFF;
}
.btn-default:active, .btn-default.active {
	background-color: #e0e0e0;
	border-color: #dbdbdb;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
	background-color: #e0e0e0;
	background-image: none;
}
.btn-primary {
	background: #5FC8C2;
	background: -moz-linear-gradient(top, #5FC8C2 0%, #41AFAA 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5FC8C2), color-stop(100%, #41AFAA));
	background: -webkit-linear-gradient(top, #5FC8C2 0%, #41AFAA 100%);
	background: -o-linear-gradient(top, #5FC8C2 0%, #41AFAA 100%);
	background: -ms-linear-gradient(top, #5FC8C2 0%, #41AFAA 100%);
	background: linear-gradient(to bottom, #5FC8C2 0%, #41AFAA 100%);
}
.btn-primary:hover, .btn-primary:focus {
	background: #41AFAA;
	background: -moz-linear-gradient(top, #41AFAA 0%, #5FC8C2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #41AFAA), color-stop(100%, #5FC8C2));
	background: -webkit-linear-gradient(top, #41AFAA 0%, #5FC8C2 100%);
	background: -o-linear-gradient(top, #41AFAA 0%, #5FC8C2 100%);
	background: -ms-linear-gradient(top, #41AFAA 0%, #5FC8C2 100%);
	background: linear-gradient(to bottom, #41AFAA 0%, #5FC8C2 100%);
}
.btn-primary:active, .btn-primary.active {
	background: #5FC8C2;
	background: -moz-linear-gradient(top, #5FC8C2 0%, #41AFAA 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5FC8C2), color-stop(100%, #41AFAA));
	background: -webkit-linear-gradient(top, #5FC8C2 0%, #41AFAA 100%);
	background: -o-linear-gradient(top, #5FC8C2 0%, #41AFAA 100%);
	background: -ms-linear-gradient(top, #5FC8C2 0%, #41AFAA 100%);
	background: linear-gradient(to bottom, #5FC8C2 0%, #41AFAA 100%);
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #2ab1ea;
	background-image: none;
}
.btn-success {
	color: #fff;
	background-color: #00a89e;
	border-color: #00a89e;
	padding: 10px;
}
.btn-success:hover, .btn-success:focus {
	background-color: #05b5aa;
	background-position: 0 -15px;
}
.btn-success:active, .btn-success.active {
	background-color: #05b5aa;
	border-color: #05b5aa;
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
	background-color: #419641;
	background-image: none;
}
.btn-red {
	color: #fff;
	background-color: #f02;
	border-color: #f02;
	padding: 10px;
}
.btn-red:hover, .btn-red:focus {
	color: #fff;
	background-color: #f72743;
	background-position: 0 -15px;
}
.btn-red:active, .btn-red.active {
	color: #fff;
	background-color: #f72743;
	border-color: #f72743;
}
.btn-info {
}
.btn-info:hover, .btn-info:focus {
	background-color: #2aabd2;
	background-position: 0 -15px;
}
.btn-info:active, .btn-info.active {
	background-color: #2aabd2;
	border-color: #28a4c9;
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
	background-color: #25a5db;
	background-image: none;
}
.btn-warning {
	background: #f02;
}
.btn-warning:hover, .btn-warning:focus {
	background-color: #eb9316;
	background-position: 0 -15px;
}
.btn-warning:active, .btn-warning.active {
	background-color: #eb9316;
	border-color: #e38d13;
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
	background-color: #eb9316;
	background-image: none;
}
.btn-danger {
	color: #fff;
	background-color: #e30613;
	border-color: #e30613;
}
.btn-danger:hover, .btn-danger:focus {
	background-color: #ed2934;
	background-position: 0 -15px;
}
.btn-danger:active, .btn-danger.active {
	background-color: #ed2934;
	border-color: #b92c28;
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
	background-color: #ed2934;
	background-image: none;
}
.btn-group-sm > .btn, .btn-sm {
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px;
}
.thumbnail, .img-thumbnail {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	box-shadow: 0 4px 8px 0 #000, 0 6px 20px 0 #000;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: #bcafa6;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #2e6da4;
	background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
	background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
	background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
	background-repeat: repeat-x;
}
.navbar-default {
	background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
	background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
	background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
	background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
	background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
	background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
	box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}
footer .navbar-nav > li > a {
	font-size: 16px;
	padding: 10px 5px;
	color: #ADADAD;
}
footer .navbar-nav > li > a:hover {
	color: #838383;
}
footer .navbar-nav {
	padding: 0;
	margin: 0;
}
.snlg-block-social-media a {
	color: #ffffff;
}
.snlg-block-social-media a:hover {
	color: #838383;
}
footer address {
	color: #ffffff;
}
.affix {
	background-color: #fff !important;
	border-bottom: 1px solid #f1574d;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .active > a {
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
/*text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);*/
}
.navbar-static-top, .navbar-fixed-top, .navbar-fixed-bottom {
	border-radius: 0;
	-webkit-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.1);
}

@media (max-width: 767px) {
.modules-tours-tour-details .carousel .carousel-inner .item {
	height: auto !important;
	margin-bottom: 20px;
}
.navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #fff;
	background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
	background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
	background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
	background-repeat: repeat-x;
}
.snlg-block-logo {
	padding: auto !important;
}
}
.alert {
	padding: 5px 10px;
	margin-bottom: 10px;
	border-radius: 2px;
}
.alert-success {
	color: #FFF;
	background-color: #5cb85c;
}
.alert-info {
	color: #FFF;
	background: #5bc0de;
}
.alert-warning {
	color: #FFF;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.alert-danger {
	color: #636363;
	background-color: #fafafa;
}
.progress {
	background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
	background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
	background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
	background-repeat: repeat-x;
}
.progress-bar {
	background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
	background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
	background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
	background-repeat: repeat-x;
}
.progress-bar-success {
	background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
	background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
	background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
	background-repeat: repeat-x;
}
.progress-bar-info {
	background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
	background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
	background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
	background-repeat: repeat-x;
}
.progress-bar-warning {
	background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
	background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
	background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
	background-repeat: repeat-x;
}
.progress-bar-danger {
	background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
	background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
	background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
	background-repeat: repeat-x;
}
.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.list-group {
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	text-shadow: 0 -1px 0 #286090;
	background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
	background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
	background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
	background-repeat: repeat-x;
	border-color: #2b669a;
}
.list-group-item.active .badge, .list-group-item.active:hover .badge, .list-group-item.active:focus .badge {
	text-shadow: none;
}
.panel {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	border: none;
	background: none;
}
.panel-default > .panel-heading {
	color: #333;
	background: none;
	border: none;
}
.panel-primary > .panel-heading {
	background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
	background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
	background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
	background-repeat: repeat-x;
}
.panel-success > .panel-heading {
	background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
	background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
	background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
	background-repeat: repeat-x;
}
.panel-info > .panel-heading {
	background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
	background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
	background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
	background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
	background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
	background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
	background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
	background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
	background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
	background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
	background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
	background-repeat: repeat-x;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 13px;
	color: #555;
	font-weight: 700;
}
.panel-body {
	padding: 15px 0;
	color: #808080;
	font-size: 15px;
	line-height: 26px;
	border-top-color: #E8E8E8;
	border: none !important;
}
.well {
	background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
	background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
	background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
	background-repeat: repeat-x;
	border-color: #dcdcdc;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}
/*# sourceMappingURL=bootstrap-theme.css.map */
.navbar {
	position: relative;
}
}
.navbar-brand {
	padding: 0;
	margin: 20px 0;
	height: auto;
	margin-left: 0 !important;
	background: #76933C;
}
.navbar-nav {
	display: none;
}

@media (min-width:768px) {
.navbar-nav {
	display: block;
}
}
.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	text-align: center;
	margin: 0px;
	float: left;
}
.navbar-collapse.in {
	overflow-y: visible;
}
.dropdown, .dropup {
	text-align: center;
}

@media (min-width:1025px) {
.navbar-collapse {
	width: auto;
	border-top: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar-collapse.collapse {
}
.navbar-collapse.in {
	overflow-y: visible;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}
.dropup {
	text-align: center;
	float: none !important;
	display: table-cell !important;
}
}
.dropdown-menu .dropdown, .dropdown-menu .dropup {
	text-align: left;
	display: block !important;
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	top: 98%;
}
.dropdown-menu .dropdown:first-child {
	border: none;
}
.dropdown-menu .dropdown {
	margin: 0;
	position: relative;
	zoom: 1;
	display: block;/* border-top: 1px solid #d8ccc4; */
}
.navbar .dropdown-menu {
	position: absolute;
	left: 0;
	border: 0;
	box-shadow: none;
	background-color: #fff;
	padding: 0;
	border-radius: 0;
	margin: 0;
	z-index: 1399;
	width: 240px;
	top: 75px;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
	moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
	padding: 15px 25px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #3F3F3F;
}
.navbar .navbar-nav > li > a {
}

@media (min-width: 768px) {
.navbar .navbar-nav > li > a {
	/*color: #ffffff;
	border-color: #ffffff;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding-left: 22.5px;
	padding-right: 22.5px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;*/
	display: block;
	text-decoration: none;
	background: none;
	font-family: 'Raleway';
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #8c8c8c;
	text-shadow: none;
	padding: 45px 0px 45px 0;
	border: none;
	margin: 0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	text-align: left;
	text-transform: none;
	vertical-align: middle;
	border-bottom: 3px solid transparent;
	transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-webkit-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
}

.navbar .nav > li.active > a, .navbar .nav > li.active > a:hover, .navbar .nav > li.active > a:focus {
	color: #41AFAA;
	text-decoration: none;
	background: none;
	box-shadow: none;
	moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-color: #41AFAA;
}
.navbar .navbar-nav > li:first-child {
	margin-left: 0;
}
.navbar-nav > li {
	position: relative;
	display: block;
	float: left;
	white-space: nowrap;
	padding-left: 0px;
	background: none;
}
}
.dropdown-menu .sub-menu {
	left: 100%;
	position: absolute;
	top: 0;
	visibility: hidden;
	margin-top: -1px;
}
.dropdown-menu li:hover .sub-menu {
	visibility: visible;
}
.dropdown-menu > li > a {
	color: #fff;
	text-shadow: 1px 0 1px rgba(0,0,0,0.3);
}
.dropdown:hover .dropdown-menu {
	display: block;
	background: #bcafa7;
}
.navbar .navbar-nav > li > a em {
	display: inline-block;
	width: 8px;
	height: 5px;
	background: url(../images/caret.png);
	margin-left: 5px;
}
.navbar-nav {
	float: right;
}
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
	margin-top: 0;
}
.navbar .sub-menu:before {
	border-bottom: 7px solid transparent;
	border-left: none;
	border-right: 7px solid rgba(0, 0, 0, 0.2);
	border-top: 7px solid transparent;
	left: -7px;
	top: 10px;
}
.navbar .sub-menu:after {
	border-top: 6px solid transparent;
	border-left: none;
	border-right: 6px solid #fff;
	border-bottom: 6px solid transparent;
	left: 10px;
	top: 11px;
	left: -6px;
}
.nav > li > a:focus, .nav > li > a:hover {
	text-decoration: none;
	background: transparent;
	border-bottom: 2px solid #e30613;
}
.navbar-toggle {
	background-color: #000;
	border: none;
	top: 20px;
	border-radius: 0;
}
.navbar-toggle .icon-bar {
	background: #FFF;
}
.page-title {
	color: #E0E0E0;
	background: #000;
}
.page-title .pull-left, .page-title .pull-right {
	clear: both;
	width: 100%;
	text-align: center;
}
.page-title h1 {
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	color: #E0E0E0;
}
.page-title h1 span {
	font-size: 20px;
	font-weight: 300;
}
.page-title .breadcrumb {
	padding: 3px 15px;
	margin-bottom: 0;
	list-style: none;
	border-radius: 4px;
	font-size: 13px;
	text-align: center;
	background: none !important;
}
.page-title .breadcrumb li a {
	color: #E0E0E0;
	font-weight: 600;
}
.page-title .breadcrumb li {
	color: #E0E0E0;
}

@media (min-width:768px) {
.page-title {
	color: #E0E0E0;
	background: #000;
}
.page-title .pull-left, .page-title .pull-right {
	clear: none;
	width: auto;
	text-align: left;
}
.page-title h1 {
	font-size: 15px;
	font-weight: 600;
	margin: 0;
	color: #E0E0E0;
}
.page-title h1 span {
	font-size: 12px;
	font-weight: 300;
}
.page-title .breadcrumb {
	padding: 8px 15px;
	margin-bottom: 0;
	list-style: none;
	border-radius: 4px;
	background: none !important;
	font-size: 16px;
	text-align: left;
}
.page-title .breadcrumb li a {
	color: #E0E0E0;
	font-weight: 600;
}
.page-title .breadcrumb li {
	color: #E0E0E0;
}
}
.wrapper {
	margin-top: 200px;
}
.footer {
	background: #f6f6f6 none repeat scroll 0 0;
	border-bottom: 1px solid #eceeeb;
	border-top: 1px solid #eceeeb;
	margin: 0px 0 0;
	padding: 0;
	text-align: center;
}
.footer address {
	text-align: center;
}
.footer nav {
	text-align: center;
}
.footer-menu {
	border-bottom: #2F2F2F 1px solid;
}
.snlg-block-copyright {
	border-bottom: none;
	padding-bottom: 0x;
	padding-top: 10px;
	padding-bottom: 10px;
}

@media (min-width:768px) {
.footer {
	background: #f7f7f7 none repeat scroll 0 0;
	border-bottom: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
	background-repeat: repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	padding: 0;
	padding-top: 16px;
	margin: 0px 0 0 0;
	text-align: left;
}
.footer address {
	text-align: center;
}
.footer nav {
	text-align: center;
}
.footer-menu {
	border-bottom: none;
	padding-bottom: 0x;
	margin: 0;
}
.snlg-block-copyright {
	border-bottom: none;
	padding-bottom: 0x; /*border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;*/
	padding-top: 10px;
	padding-bottom: 10px;
}
}

@media (max-width:768px) {
.snlg-block-footer-logo {
	display: inline-table;
	float: none;
	margin-top: 30px;
	max-width: 300px;
	text-align: center;
}
}
.hotel-detail li a i {
	padding-right: 10px;
}
.snlg-block-footer-logo {
	display: inline-table;
	float: right;
	max-width: 300px;
}
.snlg-block-social-media li {
	padding-right: 4px;
	float: right;
}
.footer .container {
}
.footer .copyright {
	font-size: 12px;
	margin-top: 5px;
	line-height: 1.5;
	color: #000;
	margin-right: -50px;
}
.footer .copyright2 {
	font-size: 11px;
	line-height: 1.5;
	text-align: center;
	color: #000;
	margin-top: 15px;
}
.copyright {
	padding: 10px;
}
.sub-footer {
	margin-top: 20px;
	font-size: 12px;
}
#myCarousel-99 .carousel-inner > .item > a > img, #myCarousel-99 .carousel-inner > .item > img, #myCarousel-99 .thumbnail a > img, #myCarousel-99 .thumbnail > img {
	max-width: none;
	height: 250px;
}
.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 80px;
	z-index: 10;
	padding-top: 0px;
	padding-bottom: 20px;
	color: #fff; /*text-align: center;*/
}
.carousel-caption p {
	font-size: 100%;
	color: #FFF;
	line-height: normal;
}

@media screen and (max-width:768px) {
.snlg-block-footer-logo {
	display: inline-table;
	margin-top: 50px;
	max-width: 100%;
	text-align: center;
}
}

@media screen and (min-width:768px) {
#myCarousel-99 .carousel-inner > .item > a > img, #myCarousel-99 .carousel-inner > .item > img, #myCarousel-99 .thumbnail a > img, #myCarousel-99 .thumbnail > img {
	background-color: rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 550px;
	opacity: 1;
}
#myCarousel-99 .carousel-caption {
	position: absolute;
	left: 10%;
	right: 15%;
	top: 0px;
	z-index: 10;
	padding-top: 0px;
	padding-bottom: 20px;
	color: #fff; /*text-align: center;*/
}
#myCarousel-99 .carousel-caption h3 {
	background: rgba(0, 169, 157, 0.56);
	padding: 5px 15px;
	display: inline-block;
	font-size: 50px;
	line-height: 1.3;
	color: #FFF;
	font-weight: 500;
	position: absolute;
	bottom: 210px;
}
#myCarousel-99 .carousel-caption p {
	bottom: 150px;
	color: #fff;
	font-size: 200%;
	font-weight: bold;
	position: absolute;
	padding: 5px 15px;
	display: inline-block;
	margin: 5px 0;
}
}
/*anasayfa3-page*/

.anasayfa2-template #myCarousel-99 .carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	top: 35%;
	z-index: 10;
	padding-top: 0px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}
.anasayfa2-template .carousel-indicators {
	bottom: 0px;
}
.anasayfa2-template #myCarousel-99 .carousel-inner > .item > a > img, #myCarousel-99 .carousel-inner > .item > img, #myCarousel-99 .thumbnail a > img, #myCarousel-99 .thumbnail > img {
	min-width: 1920px;
	min-height: 800px;
	max-height: 800px;
}

@media screen and (min-width:992px) {
.anasayfa2-template #myCarousel-99 .carousel-inner > .item > a > img, #myCarousel-99 .carousel-inner > .item > img, #myCarousel-99 .thumbnail a > img, #myCarousel-99 .thumbnail > img {
	min-width: 1920px;
	min-height: 800px;
	max-height: 800px;
}
.anasayfa2-template #myCarousel-99 .carousel-caption {
	position: absolute;
	left: 0;
	right: 0;
	top: 30%;
	z-index: 10;
	padding-top: 0px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}
.anasayfa2-template #myCarousel-99 .carousel-caption h3 {
	font-size: 350%;
	line-height: 1;
	color: #FFF;
	margin-bottom: 25px;
	font-weight: 700;
}
.anasayfa2-template #myCarousel-99 .carousel-caption p {
	font-size: 200%;
	color: #FFF;
}
}
.anasayfa2-template .carousel-inner {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.anasayfa2-template #myCarousel-99 .carousel-indicators li {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0px 5px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000\9;
	background-color: rgba(0,0,0,0);
	border: 2px solid #fff;
	border-radius: 10px;
}
.anasayfa2-template #myCarousel-99 .carousel-indicators .active {
	width: 13px;
	height: 13px;
	margin: 0px 5px;
	background-color: #fff;
	border: 2px solid #fff;
}
/*anasayfa3-page*/
.anasayfa3-template #myCarousel-99 .carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	top: 35%;
	z-index: 10;
	padding-top: 0px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}

@media screen and (min-width:992px) {
.anasayfa3-template #myCarousel-99 .carousel-inner > .item > a > img, #myCarousel-99 .carousel-inner > .item > img, #myCarousel-99 .thumbnail a > img, #myCarousel-99 .thumbnail > img {
	min-width: auto;
	width: auto;
	margin: 0 auto;
	vertical-align: middle;
	min-height: 800px;
	max-height: 800px;
}
.anasayfa3-template #myCarousel-99 .carousel-caption {
	position: absolute;
	left: 50px;
	right: inherit;
	top: 35%;
	width: 430px;
	z-index: 10;
	padding-top: 0px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}
.anasayfa3-template #myCarousel-99 .carousel-caption h3 {
	font-size: 350%;
	line-height: 1;
	color: #FFF;
	margin-bottom: 25px;
	font-weight: 700;
}
.anasayfa3-template #myCarousel-99 .carousel-caption p {
	font-size: 200%;
	color: #FFF;
}
}
.anasayfa3-template .carousel-inner {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.anasayfa3-template .carousel-inner > .item {
	max-height: 500px;
}
.anasayfa3-template .carousel-indicators {
	bottom: 10px;
}
.anasayfa3-template #myCarousel-99 .carousel-indicators li {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0px 5px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000\9;
	background-color: rgba(0,0,0,0);
	border: 2px solid #fff;
	border-radius: 10px;
}
.anasayfa3-template #myCarousel-99 .carousel-indicators .active {
	width: 13px;
	height: 13px;
	margin: 0px 5px;
	background-color: #fff;
	border: 2px solid #fff;
}
/*anasayfa4-page*/
.anasayfa4-template #myCarousel-99 .carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	top: 35%;
	z-index: 10;
	padding-top: 0px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}

@media screen and (min-width:992px) {
.anasayfa4-template #myCarousel-99 .carousel-inner > .item > a > img, #myCarousel-99 .carousel-inner > .item > img, #myCarousel-99 .thumbnail a > img, #myCarousel-99 .thumbnail > img {
	min-width: 1920px;
	min-height: 700px;
	max-height: 700px;
}
.anasayfa4-template #myCarousel-99 .carousel-caption {
	position: absolute;
	left: initial;
	right: 40px;
	top: 35%;
	width: 430px;
	z-index: 10;
	padding-top: 0px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}
.anasayfa4-template #myCarousel-99 .carousel-caption h3 {
	font-size: 350%;
	line-height: 1;
	color: #FFF;
	margin-bottom: 25px;
	font-weight: 700;
}
.anasayfa4-template #myCarousel-99 .carousel-caption p {
	font-size: 200%;
	color: #FFF;
}
}
.anasayfa4-template .carousel-inner {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.anasayfa4-template .carousel-indicators {
	bottom: 30px;
}
.anasayfa4-template #myCarousel-99 .carousel-indicators li {
	display: inline-block;
	width: 9px;
	height: 9px;
	margin: 0px 5px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000\9;
	background-color: rgba(0,0,0,0);
	border: 2px solid #fff;
	border-radius: 10px;
}
.anasayfa4-template #myCarousel-99 .carousel-indicators .active {
	width: 9px;
	height: 9px;
	margin: 0px 5px;
	background-color: #fff;
	border: 2px solid #fff;
}
.c-content-box {
}
.c-content-box.c-size-sm {
	padding: 30px 0;
}
.c-content-box.c-size-md {
	padding: 60px 0;
}
.c-content-box.c-size-lg {
	padding: 80px 0;
}
.c-content-box.c-size-xg {
	padding: 100px 0;
}
.c-content-box.c-no-bottom-padding {
	padding-bottom: 0;
}
.c-content-box.c-no-top-padding {
	padding-top: 0;
}
.c-content-box.c-no-padding {
	padding: 0;
}
.c-content-box.c-overflow-hide {
	overflow: hidden;
}

@media (max-width: 991px) {
/* 991px */
.c-content-box > .container-fluid {
	padding: 0 100px;
}
.c-content-box.c-size-sm {
	padding: 20px 0;
}
.c-content-box.c-size-md {
	padding: 30px 0;
}
.c-content-box.c-size-lg {
	padding: 40px 0;
}
.c-content-box.c-size-xg {
	padding: 60px 0;
}
}
.c-bg-white {
	background-color: #FFF !important;
}
.c-bg-grey-1 {
	background-color: #f7f7f7 !important;
}
.c-content-title-1 > h3.c-font-uppercase {
	font-size: 30px;
}
.c-content-title-1 > h1 {
	font-size: 60px;
	color: #3f444a;
	font-weight: 600;
	margin: 0 0 30px 0;
}
.c-content-title-1 > h3 {
	font-size: 28px;
	color: #3f444a;
	font-weight: 500;
	margin: 0 0 30px 0;
}
.c-content-title-1 > .c-line-center {
	width: 30px;
	height: 3px;
	background-color: #32c5d2;
	margin: 0 auto 30px auto;
}
/*bootstrap vertical slide*/
.vertical .carousel-inner {
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.carousel.vertical .item {
	-webkit-transition: 0.6s ease-in-out top;
	-moz-transition: 0.6s ease-in-out top;
	-ms-transition: 0.6s ease-in-out top;
	-o-transition: 0.6s ease-in-out top;
	transition: 0.6s ease-in-out top;
}
.carousel.vertical .active {
	top: 0;
}
.carousel.vertical .next {
	top: 400px;
}
.carousel.vertical .prev {
	top: -400px;
}
.carousel.vertical .next.left, .carousel.vertical .prev.right {
	top: 0;
}
.carousel.vertical .active.left {
	top: -400px;
}
.carousel.vertical .active.right {
	top: 400px;
}
.carousel.vertical .item {
	left: 0;
}
/*MARGINS*/
.mt-zero {
	margin-top: 0 !important;
}
.mt-xs {
	margin-top: 5px !important;
}
.mt-sm {
	margin-top: 10px !important;
}
.mt-md {
	margin-top: 20px !important;
}
.mt-lg {
	margin-top: 30px !important;
}
.mt-xl {
	margin-top: 40px !important;
}
.mb-zero {
	margin-bottom: 0 !important;
}
.mb-xs {
	margin-bottom: 5px !important;
}
.mb-sm {
	margin-bottom: 10px !important;
}
.mb-md {
	margin-bottom: 20px !important;
}
.mb-lg {
}
.mb-xl {
	margin-bottom: 50px !important;
}

@media (min-width: 768px) {
.mt-zero {
	margin-top: 0 !important;
}
.mt-xs {
	margin-top: 5px !important;
}
.mt-sm {
	margin-top: 10px !important;
}
.mt-md {
	margin-top: 20px !important;
}
.mt-lg {
	margin-top: 30px !important;
}
.mt-xl {
	margin-top: 50px !important;
}
.mb-zero {
	margin-bottom: 0 !important;
}
.mb-xs {
	margin-bottom: 5px !important;
}
.mb-sm {
	margin-bottom: 10px !important;
}
.mb-md {
	margin-bottom: 20px !important;
}
.mb-xl {
	margin-bottom: 50px !important;
}
}
.no-gutter {
	margin-right: 0;
	margin-left: 0;
}
.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 0;
}
ol, ul {
	margin-top: 0;
	margin-bottom: 10px;
	padding-left: 0;
}
ol li, ul li {
	list-style-type: none;
	position: relative;
}
ol.menu li, ul.menu li {
	padding-left: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: #EEE 1px solid;
}
ol.menu li a, ul.menu li a {
	font-size: 16px;
}
ol.menu .nav, ul.menu .nav {
	border: #f0f0f0 1px solid;
}
.carousel-control.left {
	left: 0;
	right: auto;
	background: none;
}
.carousel-control.right {
	right: 0;
	left: auto;
	background: none;
}
/*menu-footer*/
.snlg-block-menu-footer ul li {
	display: inline-block;
	padding: 6px;
	vertical-align: top;
	/*  margin-right: 25px;*/ width: 250px;
}
.snlg-block-menu-footer ul li a {
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
}
.snlg-block-menu-footer ul li:last-child {
	margin-right: 0;
}
.snlg-block-menu-footer img {
	margin-right: 5px;
}
.snlg-block-menu-footer ul {
	margin: 20px 0;
}
.snlg-block-menu-footer ul li ul {
	margin: 0px 0;
}
.snlg-block-menu-footer ul li ul li {
	display: block;
	padding: 2px 0;
	list-style: circle inside disc
}
.snlg-block-menu-footer ul li ul li a {
	font-weight: normal;
}
.snlg-block-menu-footer ul li ul li a:hover {
	text-decoration: underline;
}
.count {
	font-size: 40px;
	font-weight: 600;
}
cite {
	font-weight: 300;
}
.form-control {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding: 5px 12px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 18px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
	border-color: #B3B3B3;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(191, 191, 191, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(187, 187, 187, 0.6);
}
.modal-header, .modal-footer {
	background: #F7F7F7;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color: #000000;
	border-color: #000000;
}
.pagination > li > a, .pagination > li > span {
	color: #000000;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
	color: #000000;
}
.top-text a {
	color: #fff;
}
.payment {
	display: block;
	min-height: 70px;
}
.home-box1 {
	background: #f3f3f3;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}
.home-box1 img {
	text-align: center;
}
.home-box1 span {
	text-align: center;
	display: block;
	color: #0F4C85;
	font-size: 12px;
	font-weight: 500;
}
.p0 {
	padding: 0 !important; /*margin-top: 30px;*/
}
.m0 {
	margin: 0 !important;
}
.snlg-block-social-media {
	margin: 20px 0;
	font-size: 11px;
}
.txt-title {
	display: block;
	font-size: 21px;
	padding-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
}
.umre {
	background: url("/uploads/images/anasayfa/umre-footer.jpg");
	display: table;
	margin-bottom: 20px;
	margin-top: 0;
	padding: 25px;
	width: 100%;
}
.hac {
	background: rgba(0, 0, 0, 0) url("/uploads/images/anasayfa/Hac-Footer.jpg") repeat scroll 0 0;
	display: table;
	margin-bottom: 20px;
	margin-top: 0;
	padding: 25px;
	width: 100%;
}
.hac-byk {
	font-size: 30px;
	color: #fff;
	padding: 40px;
	font-weight: 900;
}
.umre-byk {
	font-size: 30px;
	color: #fff;
	padding: 40px;
	font-weight: 900;
}
.hac-menu {
	float: right;
}
.umre-menu {
	float: right;
}
.umre-menu li {
	padding: 10px 10px;
}
.umre-menu li i {
	color: #fff;
}
.hac-menu li i {
	color: #000;
}
.hac-menu li {
	padding: 10px 10px;
}
.umre-menu li a {
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	background: rgba(18, 18, 18, 0.63);
	padding: 2px;
	-webkit-box-shadow: 0px 3px 13px 5px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 3px 13px 5px rgba(0,0,0,0.12);
	box-shadow: 5px 5px 5px 5px rgb(0, 0, 0);
}
.hac-menu li a {
	font-size: 15px;
	color: #000;
	font-weight: bold;
	background: rgba(255, 255, 255, 0.46);
	padding: 2px;
	-webkit-box-shadow: 0px 3px 13px 5px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 3px 13px 5px rgba(0,0,0,0.12);
	box-shadow: 5px 5px 5px 5px rgb(0, 0, 0);
}
.neden-umre {
	background: #f6f6f6;
	margin: 35px 0 35px 0px;
	border-top: 1px solid #eceeeb;
	border-bottom: 1px solid #eceeeb;
	padding: 70px 0;
}
.yaklasan-program {
	background: #D9D9D9;
	padding: 10px;
	font-size: 13px;
	margin-left: -15px;
	max-width: 500px;
}
.menu {
	float: right;
}
.hcity {
	text-align: center;
	box-shadow: 0 1px 0 rgba(0,0,0,0.01);
	font-size: 1rem;
	color: #f1574d;
	line-height: 22px;
	font-weight: bold;
}
.ptext {
	text-align: center;
}
.date {
	font-size: 13px;
	line-height: 12px;
	color: #3394de;
	padding: 7px;
	font-weight: bold;
}
.day {
	font-size: 13px;
	line-height: 12px;
	color: #3394de;
	padding: 7px;
	font-weight: bold;
}
.uygun {
	font-size: 13px;
	line-height: 12px;
	color: #3394de;
	padding: 7px;
	font-weight: bold;
}
.rezerv {
	font-size: 12px;
	line-height: 12px;
	color: #3394de;
}
.w3-example {
/*background-color: #fcfcfc;
    padding: 0.01em 16px;
    margin: 20px 0;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;*/
}
.w3-btn, .w3-btn:link, .w3-btn:visited {
	color: #FFFFFF;
	background-color: #f1574d;
}
.w3-btn, .w3-btn:link, .w3-btn:visited:hover {
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12) !important;
	;
}
.w3-margin-bottom {
	margin-bottom: 16px !important;
}
.w3-margin-top {
	margin-top: 16px !important;
}
.w3-btn, .w3-button {
	border: none;
	display: inline-block;
	outline: 0;
	padding: 8px 16px;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	background-color: inherit;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
}
.fullwidth-section.grey-bg .welcome-txt h2 {
	background: rgba(0, 0, 0, 0) url("/uploads/images/anasayfa/hr-white-three.png") no-repeat scroll center 50px;
	display: block;
	height: 82px;
	padding: 0 0 25px;
	text-transform: uppercase;
	width: 100%;
}
.grey-bg .welcome-txt p {
	color: #616161;
}
p {
	/*   line-height: 26px;*/
	margin-bottom: 10px;
}
.fullwidth-section.grey-bg {
	text-align: center;
}
.fullwidth-section.grey-bg .welcome-txt .dt-sc-button {
	margin: 10px;
	font-size: 14px;
}
.dt-sc-button.green {
	color: #ffffff;
	background: #00C33D;
	border-radius: 2px;
}
.dt-sc-button.small, .button {
	font-size: 14px;
	padding: 11px;
}
.dt-sc-button, .button {
	font-size: 14px;
	font-weight: 600;
	padding: 8px 15px;
	line-height: normal;
	display: inline-block;
	margin: 10px 0px 0px;
	cursor: pointer;
	outline: none;
	position: relative;
	z-index: 1;
	color: #fff;
}
.fullwidth-section.grey-bg {
	background: #f6f6f6;
	border-top: 1px solid #eceeeb;
	border-bottom: 1px solid #eceeeb;
	padding: 50px 0;
	margin: 40px 0;
}
.fullwidth-section {
	width: 100%;
	clear: both;
	margin: 0px;
	padding: 0px;
	float: left;
	background: #f6f6f6;
	background-repeat: repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	border-top: 1px solid #eceeeb;
	border-bottom: 1px solid #eceeeb;
	padding: 50px 0;
	margin: 0 0 40px;
}
.column.first {
	margin-left: 0px;
	clear: both;
}
.column {
	margin: 0px 0px 0px 2%;
	margin-left: 2%;
	float: left;
	min-height: 1px;
	position: relative;
}
.fullwidth-section .container, #footer .footer-widgets-wrapper .container {
	line-height: 22px;
}
.icon {
	background: #f1574d !important
}
.dt-sc-ico-content.type11 .icon {
	width: 70px;
	text-align: center;
	/*margin-right: 25px;*/
	height: 70px;
	position: relative;
}
a, abbr, address, and, applet, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, select, small, span, strike, strong, sub, summary, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	background: 0 0;
	border: 0;
	font-size: 100%;
	margin: 0;
	margin-right: 0px;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
.dt-sc-ico-content.type11 h4 {
	margin-bottom: 10px;
	font-size: 20px !important;
	display: inline-block;
	margin-top: 5px;
}
.dt-sc-ico-content.type11 p {
	width: 100%;
	margin-top: 30px;
	display: inline-block;
}
.dt-sc-one-fourth {
	width: 23.4%;
}
.column {
	margin: 0px 0px 0px 2%;
	float: left;
	min-height: 1px;
	position: relative;
}
.dt-sc-ico-content.type11 {
	padding: 0px;
	position: relative;
	width: auto;
	text-align: center;
}
.dt-sc-ico-content {
	width: 100%;
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block;
}
.dt-sc-ico-content.type11 .icon {
	width: 70px;
	text-align: center;
	/* float: left;*/
        /* margin-right: 25px;*/
	height: 70px;
	position: relative;
	display: inline-block;
}
.dt-sc-ico-content.type11 .icon > img, .dt-sc-ico-content.type10 .icon > img {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
}
.column img {
	max-width: 100%;
	height: auto;
}
.dt-sc-ico-content.type11 .icon {
	text-align: center;
}
.dt-sc-ico-content.type11:hover .icon > img {
	-webkit-animation: toBottomFromTop 0.3s forwards;
	-moz-animation: toBottomFromTop 0.3s forwards;
	animation: toBottomFromTop 0.3s forwards;
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 1s;
}
#footer .widget .dt-sc-social-icons {
	margin-bottom: 20px;
	margin-top: 10px;
}
.widget ul {
	float: left;
	width: 100%;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.dt-sc-social-icons {
	display: inline-block;
	line-height: 0px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #d3d3d3;
}
#footer .widget .dt-sc-social-icons li {
	margin: 0px;
	padding: 0px;
	width: auto;
	clear: none;
	display: inline-block;
}
.widget ul li {
	position: relative;
	padding: 6px 0px 6px 15px;
}
.widget ul li {
	line-height: 22px;
	float: left;
	display: block;
	clear: both;
	width: 100%;
	padding-bottom: 0px;
}
#footer .widget ul li a, #footer .entry-details .entry-metadata p a span, #footer .widget .dt-sc-social-icons li a, #footer .widget.widget_rss li::before, #footer a:hover {
	color: #555;
}
.dt-sc-social-icons li a {
	height: 48px;
	width: 48px;
	display: block;
	text-align: center;
	line-height: 48px;
	font-size: 18px;
	color: #8B8B8B;
}
#footer .widget .dt-sc-social-icons li::before {
	content: "";
}
#footer .widget ul li::before {
	color: #8b8b8b;
}
.widget ul li::before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 14px;
	position: absolute;
	top: 6px;
	left: 0px;
	color: #2C3E50;
}
.dt-sc-social-icons li::before {
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.dt-sc-social-icons li {
	text-align: center;
}
.widget ul li {
	line-height: 22px;
}
/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left: 0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
}
/* footer social icons */
.social-network a.icoRss {
	background-color: #F56505;
}
.social-network a.icoFacebook {
	background-color: #3B5998;
}
.social-network a.icoTwitter {
	background-color: #33ccff;
}
.social-network a.icoGoogle {
	background-color: #BD3518;
}
.social-network a.icoVimeo {
	background-color: #0590B8;
}
.social-network a.icoLinkedin {
	background-color: #007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color: #fff;
}
a.socialIcon:hover, .socialHoverClass {
	color: #44BCDD;
}
.social-circle li a {
	display: inline-block;
	position: relative;
	margin: 0 auto 0 auto;
	text-align: center;
	width: 40px;
	height: 40px;
	font-size: 18px;
}
.social-circle li i {
	margin: 0;
	line-height: 40px;
	text-align: center;
}
.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
.social-network a {
	background-color: #D3D3D3;
}
.modules-tours-new-tour-list {
	margin: 30px 0;
}
.anasayfa-image {
	position: relative;
	width: 100%;
}
.image {
	display: block;
	width: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
}
.overlay {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.61);
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
}
.anasayfa-image:hover .overlay {
	bottom: 0;
	height: 100%;
	opacity: 0.9;
}
.text-2 {
	white-space: nowrap;
	color: white;
	font-size: 15px;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	display: none;
}
.home-box-col {
	margin: 50px -16px 50px !important;
}
.top-bar {
	background: #1c234c;
	padding: 10px 0;
}
.top-text {
	color: #fff;
}
.page-title a {
	color: #fff;
}
.clear-padding h5 {
	font-weight: bold;
}
.btn-group.open .dropdown-toggle {
	box-shadow: none !important;
}
.LBGallery a {
	color: #fff;
	font-weight: bold;
}
.hotel-listing {
	padding-left: -15px;
	padding-right: -15px;
}
.hotel-listing .sort-area {
	/* background-color: #fff; */
        /* -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1); */
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.1);
	/* box-shadow: 0 0 2px rgba(0,0,0,0.1); */
        /* border: solid 1px #efefef; */
	margin-top: 20px;
}
.modules-general-page-title span {
	color: #fff;
}
.hotel-ad {
	color: #fff;
	display: block;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
	background: #fb000d;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	font-weight: 600;
}
.hotel-ad:hover {
	background: #41AFAA;
	color: #fff;
}
.similar-hotel {
	background: #fff;
	padding: 10px;
	float: left;
}
.similar-hotel h4 {
	font-size: 17px;
	text-transform: uppercase;
	padding-left: 10px;
	font-weight: bold
}
.similar-hotel h4 i {
	padding-right: 10px;
}
.modules-general-page-content h1 {
	font-size: 2em;
}
.head-style-2 {
	font-size: 2em;
}
.modules-tours-turlara-gore-arama-sonuc {
	margin-top: 30px
}
.modules-tours-turlara-gore-arama-sonuc .hotel-list-view .room-book-box .price {
	font-size: 15px;
	font-weight: bold;
}
.top-menu ul {
	float: right;
	;
}
.hotel-header h6 {
	color: #f1574d;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;
	padding-top: 25px;
}
.price h4 {
	color: #ed1c24;
	font-size: 25px;
	font-weight: bold;
}
.hotel-list-view .room-book-box .price {
	font-size: 13px;
	font-weight: normal !important;
}
.hotel-info i {
	padding-right: 7px;
}
.page-titles {
	background: #087dc2 none repeat scroll 0 0;
	color: #fff;
	padding: 10px 135px;
	text-align: left;
}
.page-titles h3 {
	color: #ffffff;
	display: inline-table;
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 1px;
}
.page-titles h4 {
	display: inline;
	text-align: left;
}
.page-titles h4 {
	color: #a2d5ff;
	font-size: 14px;
	font-weight: 600;
	position: relative;
}
.new-hotel-list {
	display: table;
	margin: 20px 0;
	border-bottom: #eee 1px solid;
	padding-bottom: 30px;
}
.thumb-box5 {
	padding: 67px 0;
	position: relative;
	background-image: url(../images/bgrd-2.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	margin-top: 50px;
}
.welcome-txt {
	color: #fff;
	display: block;
	text-align: center;
	font-size: 14px;
}
.two-tabs {
	border: 1px solid #ddd;
	width: 100%;
	border-radius: 4px;
}
.two-tabs li {
	border-bottom: 1px solid #ddd;
	width: 20%;
}
.two-tabs li a {
	border-bottom: 1px solid #ddd;
	padding: 8px 0 !important;
	text-align: center;
}
.tabs2 .tab-pane {
	background: #f9f9f9;
	padding: 10px 20px !important;
	border-radius: 2px;
	margin-bottom: 10px;
	box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.05);
}


.affix .nav > li > a:focus, .affix .nav > li > a {
	color: #2c2f3e !important;
}

.carousel-caption h3 {
	color: rgb(255, 255, 255);
	font-size: 70px;
	line-height: 84px;
}
.carousel-caption p {
	color: rgb(255, 255, 255);
	font-size: 30px;
	line-height: 36px;
	text-align: center;
}
.content-box-heading {
	font-size: 48px;
	line-height: 53px;
}
 @media screen (max-width:767px) {
 .navbar-nav {
 float: left !important;
}
 #myCarousel-99 .carousel-caption h3 {
 font-size: 20px;
}
 .navbar-nav > li > a {
 color: #222 !important;
}
 .snlg-block-logo {
 padding-top: 0px;
 padding-bottom: 12px;
}
}
.footer-top {
	/* background-image: url(../images/background2.jpg); */
    /* background-color: #fff; */
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 30px 100px;
	border-top: 0px solid rgb(234, 233, 233);
	border-top-color: rgb(234, 233, 233);
	border-bottom: 0px solid rgb(234, 233, 233);
	border-bottom-color: rgb(234, 233, 233);
	border-color: rgb(234, 233, 233);
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin-bottom: -1px;
}
.top-menu {
}
.post-content, .our-vision {
	float: left;
	width: 100%;
	background: url(../images/our-vision-bg.jpg) no-repeat left top/cover;
	padding: 80px 0;
	margin-top: 30px;
}
.heading-center {
	float: left;
	width: 100%;
	text-align: center;
}
.heading-center strong.title {
	font: 400 18px/18px 'Poppins', sans-serif;
	display: block;
	text-align: center;
	text-transform: uppercase;
	padding: 0 0 15px 0;
	color: #0a993c;
}
.heading-center h2 {
	margin: 0 0 40px 0;
	position: relative;
	font-family: 'Poppins', sans-serif;
	color: #020d1b;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 35px !important;
}
.heading-center h2::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -20px;
	background: url(../images/heading-center-icon.png) no-repeat center bottom;
	width: 100%;
	height: 6px;
}
.text-holder {
	margin: 0 auto 30px;
	display: block;
	max-width: 540px;
}
.text-holder p {
	font: 400 14px/24px 'Poppins', sans-serif;
	color: #777;
	margin: 0 0 15px 0;
}
.vision-box {
	float: left;
	width: 100%;
	background: #fff;
	border: 1px solid #f0f0f0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 50px 30px;
	text-align: center;
	margin-bottom: 5px;
}
.vision-box span.icon {
	position: relative;
	display: inline-block;
}
.vision-box span.icon::before {
	content: '';
	position: absolute;
	left: -10px;
	top: -10px;
	width: 70px;
	height: 70px;
	border: 1px solid #161514;
}
.vision-box .fa {
	display: inline-block;
	width: 70px;
	height: 70px;
	background: #161514;
	text-align: center;
	line-height: 70px;
	color: #fff;
	font-size: 30px;
	margin: 0 0 30px 0;
	position: relative;
}
.vision-box h3 {
	font-weight: 300;
	position: relative;
	margin: 0 0 30px 0;
	font-size: 25px;
}
.vision-box h3::before {
	background: #ffad05;
}
.vision-box h3 a {
	text-decoration: none;
	color: #020d1b;
}
.vision-box p {
	font: 400 14px/24px 'Poppins', sans-serif;
	color: #777;
	margin: 0 0 15px 0;
}
.vision-box:hover {
	background: #ffad05;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
}
.vision-box p:hover {
	color: #fff
}
.footer-social {
	float: right;
}
.footer-social ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
}
.footer-social ul li {
	float: left;
	padding: 0 0 0 15px;
}
.footer-social ul li a {
	text-decoration: none;
	display: block;
	background: #323232;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	text-align: center;
	line-height: 40px;
	color: #777;
}
.footer-social ul li a {
	text-align: center;
	line-height: 40px;
	color: #777;
}
.fa-facebook::before {
	content: "\f09a";
}
.fa-twitter::before {
	content: "\f099";
}
.fa-google-plus::before {
	content: "\f0d5";
}
.pillars-islam-section, .prayer-timings {
	background: #ffad05;
}
.pillars-islam-section {
	float: left;
	width: 100%;
	padding: 50px 0;
	text-align: center;
	margin-bottom: 50px;
}
.pillars-islam-section h2 {
	color: #fff;
	margin: 0 0 100px 0;
	font-size: 36px !important;
}
.pillar-box {
	display: inline-block;
	width: 200px;
	position: relative;
}
.shape-1 {
	background: #fff none repeat scroll 0 0;
	border-radius: 20px;
	height: 120px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: -60px;
	width: 120px;
	z-index: 9;
}
.shape-1::before, .shape-1::after {
	background: #fff none repeat scroll 0 0;
	border-radius: 20px;
	content: "";
	height: 120px;
	left: 0;
	position: absolute;
	top: 0;
	width: 120px;
}
.shape-1::before, .shape-1::after {
	background: #fff none repeat scroll 0 0;
	border-radius: 20px;
	content: "";
	height: 120px;
	left: 0;
	position: absolute;
	top: 0;
	width: 120px;
}
.shape-1::before {
	transform: rotate(30deg);
}
.pillar-box h3 {
	display: block;
	color: #fff;
	text-align: center;
	margin: 90px 0 0 0;
	font-size: 25px;
}
.shape-1:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.shape-1 img {
	display: block;
	position: relative;
	width: 100%;
	z-index: 99;
}
#inner-banner h1 {
	text-align: left;
	color: #fff;
	font-size: 30px;
	display: table;
	text-shadow: 0 0 11px #000;
}
#inner-banner .breadcrumb {
	background-color: transparent;
	border-radius: 0;
	margin-top: -25px;
	padding: 0;
	text-align: right;
}
#inner-banner .breadcrumb li {
	display: inline-block;
	font: 300 18px/18px 'Poppins', sans-serif;
	color: #fff;
	text-shadow: 2px 2px 10px #000;
}
#inner-banner .breadcrumb li a {
	text-decoration: none;
	font: 300 18px/18px 'Poppins', sans-serif;
	color: #fff;
}
.contact-box {
	background: #ffad05;
	float: left;
	width: 100%;
	padding: 50px 34px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 50px;
}
.contact-box a {
	color: #fff;
}
.contact-box h3 {
	color: #fff;
	font-size: 25px;
	margin: 0 0 15px 0;
}
.contact-box ul {
	padding: 0 0 30px 0;
	margin: 0 0 20px 0;
	list-style: none;
	border-bottom: 1px solid rgba(255,255,255,0.30);
}
.contact-box ul li:first-child {
	margin: 0;
}
.contact-box ul li {
	display: block;
	position: relative;
	margin: 30px 0 0 0;
}
.contact-box ul li img {
	position: absolute;
	left: 0;
	top: 6px;
}
.contact-box ul li .holder {
	overflow: hidden;
	padding: 0 0 0 58px;
}
.contact-box ul li .holder p {
	font: 400 16px/26px 'Poppins', sans-serif;
	color: #fff;
	margin: 0;
}

@media (max-width:767px) {
#myCarousel-99 {
	top: 0
}
.carousel-caption {
	bottom: 10px;
}
.carousel-caption h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	font-family: "Helvetica Neue", Helvetica, Arial;
}
.footer-social ul {
	float: left;
	width: 100%;
}
.fusion-copyright-notice {
	margin-bottom: 10px;
	width: 100%;
	display: block;
}
.carousel-caption p {
	font-size: 18px;
}
}

@media (min-width:320px) and (max-width:480px) {
.pillars-islam-section {
	margin-bottom: 0;
	padding-bottom: 0;
}
.pillar-box {
	width: 100%;
	margin-bottom: 90px;
}
}
.history-section {
	float: left;
	width: 100%;
	padding: 107px 0 80px 0;
}
.history-section .frame {
	padding: 0 0 0 70px;
	position: relative;
	overflow: inherit;
	margin: 0;
}
.history-section .frame::before {
	border-color: #ffad05;
}
.history-section .frame::before {
	content: '';
	position: absolute;
	left: 44px;
	top: -27px;
	width: 422px;
	height: 598px;
	border: 14px solid;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
	z-index: -1;
}
.history-section .frame img {
	width: auto;
}
.frame img {
	display: block;
	width: 100%;
	height: auto;
}
.history-section .text-box {
	margin: 60px 0 0 0;
}
.heading-left {
	float: left;
	width: 100%;
	position: relative;
}
.heading-left strong.title {
	color: #ffad05;
}
.heading-left strong.title {
	font: 400 18px/18px 'Poppins', sans-serif;
	display: block;
	text-transform: uppercase;
	padding: 0 0 15px 0;
}
.heading-left h2 {
	margin: 0 0 40px 0;
	position: relative;
	font-size: 36px !important;
}
.heading-left h2::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -20px;
	background: url(../images/heading-left-icon.png) no-repeat left bottom;
	width: 100%;
	height: 6px;
}
.modules-general-contact-form {
	margin-bottom: 50px;
	position: relative;
	display: block;
	background: #fff;
	padding: 13px 15px 15px;
	margin: 0 0 20px;
	width: 100%;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.modules-tours-kultur-tur-arama {
	background-color: #ffad0533;
	position: relative;
	z-index: 1;
	padding: 20px;
}
.modules-tours-kultur-tur-arama .container {
	border-radius: 3px;
	transition: all 250ms ease-in-out;
	background: rgba(255, 255, 255, 0.61);
	top: 10px;
	position: relative;
}
#ctl20_Turlistesi {
	top: 8px;
	position: absolute;
}
#inner-banner {
	padding: 60px 0;
}
#ctl20_btnTcTurSorgulama {
	top: 15px;
	position: absolute;
}
<!--
Tema Kodlama-- > .top-info {
}
/* ============================= header ====================== */
.top1_wrapper {
	background: #fafafa;
	border-top: 3px solid #41AFAA;
	padding-top: 13px;
	padding-bottom: 13px;
}
.email1 {
	float: left;
	padding-left: 25px;
	background: url(../images/email1.png) left center no-repeat;
	border-right: 1px solid #ebebeb;
	margin-right: 20px;
	padding-right: 20px;
}
.email1 a {
	display: block;
	font-size: 13px;
	color: #acacac;
	text-decoration: none;
	line-height: 20px;
}
#usttelefon span {
	float: left;
	width: 100%;
	padding-left: 35px;
	padding: 0px;
	line-height: 18px;
	font-weight: normal;
}
.social_wrapper {
	float: right;
}
.social {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.social li {
	display: inline-block;
	margin: 0 10px;
	float: left;
}
.social li a {
	display: block;
	text-decoration: none;
	font-size: 18px;
	color: #ebebeb;
	text-align: center;
	line-height: 20px;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.social li a:hover {
	color: #41AFAA;
}
.social_sm_wrapper {
}
.social_sm {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.social_sm li {
	display: inline-block;
	margin: 0 10px 10px 0;
	float: left;
}
.social_sm li a {
	display: block;
	text-decoration: none;
	font-size: 20px;
	color: #ebebeb;
	text-align: center;
	line-height: 20px;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.social_sm li a:hover {
	color: #41AFAA;
}
.social3_wrapper {
}
.social3 {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.social3 li {
	display: inline-block;
	margin: 0 15px 10px 0;
	float: left;
}
.social3 li a {
	display: block;
	text-decoration: none;
	font-size: 20px;
	color: #d7d7d7;
	text-align: center;
	line-height: 20px;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.social3 li a:hover {
	color: #41AFAA;
}
.social4_wrapper {
	display: inline-block;
}
.social4 {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.social4 li {
	display: inline-block;
	margin: 0 8px;
	float: left;
}
.social4 li a {
	display: block;
	text-decoration: none;
	font-size: 18px;
	color: #d7d7d7;
	text-align: center;
	line-height: 20px;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.social4 li a:hover {
	color: #41AFAA;
}
.lang1 {
	float: right;
	border-right: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	width: 150px;
	margin-right: 20px;
}
.lang1 .dropdown-toggle {
	border: none;
	padding: 0;
	background: none !important;
	outline: none;
	display: block;
	width: 100%;
	padding-left: 30px;
	text-align: left;
	font-size: 13px;
	line-height: 20px;
	color: #acacac;
}
.lang1 .dropdown-toggle:focus, .lang1 .dropdown-toggle:active {
	background: none;
	outline: none;
	box-shadow: none;
}
.lang1 .dropdown-toggle:before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 12px;
	background: url(../images/flag_en.png) 0 0 no-repeat;
	vertical-align: top;
	margin-top: 3px;
	margin-right: 5px;
}
.lang1 .dropdown-toggle .caret {
	display: inline-block;
	width: 10px;
	height: 6px;
	border: none;
	background: url(../images/arr0.png);
	margin-left: 10px;
}
.lang1 .dropdown-menu {
	min-width: 100%;
	margin: 0;
	padding: 0;
	left: -1px;
	right: -1px;
	margin-top: 13px;
	border-radius: 0;
	border: 1px solid #ebebeb;
	box-shadow: none;
}
.lang1 .dropdown-menu a {
	display: block;
	font-size: 13px;
	line-height: 20px;
	padding: 4px 30px;
	color: #acacac;
	text-decoration: none;
}
.lang1 .dropdown-menu a:hover {
	background: #3dd2cb;
	color: #fff;
}
.lang1 .dropdown-menu a:before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 12px;
	background: url(../images/flag_en.png) 0 0 no-repeat;
	vertical-align: top;
	margin-top: 3px;
	margin-right: 5px;
}
.lang1 .dropdown-menu a.ge:before {
	background: url(../images/flag_ge.png) 0 0 no-repeat;
}
.lang1 .dropdown-menu a.ru:before {
	background: url(../images/flag_ru.png) 0 0 no-repeat;
}
.top2_wrapper {
	position: relative;
	background: #fff;
}
.top2 {
	position: relative;
}
header {
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 31;
}
.ustmenu {
	float: left;
	display: block;
	width: 100%;
	height: 40px;
	background: rgb(193,182,174);
	background: -moz-linear-gradient(top, rgba(193,182,174,1) 0%, rgba(186,172,163,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(193,182,174,1)), color-stop(100%, rgba(186,172,163,1)));
	background: -webkit-linear-gradient(top, rgba(193,182,174,1) 0%, rgba(186,172,163,1) 100%);
	background: -o-linear-gradient(top, rgba(193,182,174,1) 0%, rgba(186,172,163,1) 100%);
	background: -ms-linear-gradient(top, rgba(193,182,174,1) 0%, rgba(186,172,163,1) 100%);
	background: linear-gradient(to bottom, rgba(193,182,174,1) 0%, rgba(186,172,163,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1b6ae', endColorstr='#baaca3', GradientType=0 );
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
	position: relative;
	z-index: 99;
	border-top: 1px solid #989898;
}
.ustmenu .navbar-nav > li {
	padding: 0px;
	margin: 0px;
	float: left;
}
.ustmenu .navbar-nav > li > a {
	padding: 0px 0px;
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	text-shadow: 1px 0 1px rgba(0,0,0,0.3);
	font-family: 'Raleway', sans-serif;
	/* background: none !important;font:15px/1.5 'Open Sans', Helvetica, Arial, sans-serif; */font-size: 15px;
}
.ustmenu .navbar-nav > li > a:hover {
	color: #3F3F3F;
	text-shadow: 0 1px 0 rgba(255,255,255,0.15);
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color: #5fc8c2;
	border-color: #5fc8c2;
}
#usttelefon {
	float: right;
}
.carousel-control.right {
	width: 32px;
	display: block;
	top: 50%;
	height: 32px;
	cursor: pointer;
	position: absolute;
	z-index: 99;
	margin-top: -16px;
	opacity: .5;
	right: 10px;
	background: url(../images/controls.png);
	background-position: 32px 0px;
}
.carousel-control.right:hover {
	opacity: 1;
}
.carousel-control.left {
	width: 32px;
	display: block;
	top: 50%;
	height: 32px;
	cursor: pointer;
	position: absolute;
	z-index: 9999;
	margin-top: -16px;
	opacity: .5;
	right: 10px;
	left: 20px;
	background: url(../images/controls.png);
}
.carousel-control.left:hover {
	opacity: 1;
}
.carousel-indicators {
	display: none
}
.details {
	text-align: center;
	float: left;
	display: block;
	position: relative;
	background: #fff;
	padding: 13px 15px 15px;
	width: 100%;

}
.details h3 {
	padding: 0 0 12px;
	margin: 0 0 15px;
	border-bottom: 1px solid #ccc;
	font: 600 15px 'Open Sans', Helvetica, Arial, sans-serif;
}
.details h3 {
	text-align: left;
	padding: 0 75px 5px 0;
}
.details .gradient-button {
	margin: 0 auto;
}
article .gradient-button {
	position: absolute;
	top: 15px;
	right: 15px;
}
.gradient-button {
	background: #5FC8C2;
	background: -moz-linear-gradient(top, #5FC8C2 0%, #41AFAA 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5FC8C2), color-stop(100%, #41AFAA));
	background: -webkit-linear-gradient(top, #5FC8C2 0%, #41AFAA 100%);
	background: -o-linear-gradient(top, #5FC8C2 0%, #41AFAA 100%);
	background: -ms-linear-gradient(top, #5FC8C2 0%, #41AFAA 100%);
	background: linear-gradient(to bottom, #5FC8C2 0%, #41AFAA 100%);
}
.gradient-button {
	font-size: 11.5px;
	line-height: 32px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff !important;
	height: 32px;
	padding: 0 18px !important;
	text-align: center;
	display: inline-block;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	border-radius: 17px;
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
	box-shadow: inset 0 0 1px rgba(0,0,0,.3);
}
.gradient-button:hover {
	background: #41AFAA;
	background: -moz-linear-gradient(top, #41AFAA 0%, #5FC8C2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #41AFAA), color-stop(100%, #5FC8C2));
	background: -webkit-linear-gradient(top, #41AFAA 0%, #5FC8C2 100%);
	background: -o-linear-gradient(top, #41AFAA 0%, #5FC8C2 100%);
	background: -ms-linear-gradient(top, #41AFAA 0%, #5FC8C2 100%);
	background: linear-gradient(to bottom, #41AFAA 0%, #5FC8C2 100%);
}
figure img {
	display: block;
}
article h4 {
	font: 700 12px 'Open Sans', Helvetica, Arial, sans-serif !important;
	color: #000 !important;
	padding: 4px 0px 15px 0 !important;
	margin: 0 !important;
	border: none !important;
	text-align: left;
}
.solyasla {
	color: #858585;
	float: left;
	white-space: nowrap;
	font-size: .965em;
	margin-top: 5px;
}
.sagyasla {
	color: #858585;
	float: right;
	white-space: nowrap;
	font-size: .965em;
	margin-top: 5px;
}
.ribbon {
	text-align: center;
	margin: 35px -21px 0;
	height: 50px;
	position: relative;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
	background: rgb(193,182,174);
	background: -moz-linear-gradient(top, rgba(193,182,174,1) 0%, rgba(186,172,163,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(193,182,174,1)), color-stop(100%, rgba(186,172,163,1)));
	background: -webkit-linear-gradient(top, rgba(193,182,174,1) 0%, rgba(186,172,163,1) 100%);
	background: -o-linear-gradient(top, rgba(193,182,174,1) 0%, rgba(186,172,163,1) 100%);
	background: -ms-linear-gradient(top, rgba(193,182,174,1) 0%, rgba(186,172,163,1) 100%);
	background: linear-gradient(to bottom, rgba(193,182,174,1) 0%, rgba(186,172,163,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1b6ae', endColorstr='#baaca3', GradientType=0 );
}
.ribbon:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 0;
	border-color: transparent #A39385 transparent transparent;
}
.ribbon:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 0;
	border-color: #A39385 transparent transparent transparent;
}
.ribbon > div {
	float: left;
	height: 100%;
	position: relative;
}
.ribbon .pktpay {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
	padding-top: 5px;
	border-right: 1px solid #c2e4e2;
	text-shadow: 1px 1px #161616;background-color: rgb(228, 3, 17);
    border-radius: 3px;
}
.ribbon .pktpay:last-child {
	border: 0px;
	padding-top: 1px;
}
.ribbon .pktpay span {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	display: block
}

@media screen and (max-width:767px) {
.ribbon .pktpay {
	font-size: 14px;
}
.ribbon .pktpay span {
	font-size: 12px;
}
}
.ribbon > div.hotel img {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}
.ribbon > div > a {
	position: relative;
	display: table;
	height: 100%;
	padding: 5px 19px;
	color: #fff;
}
/* .ribbon > div:first-child:after {
            content: "";
            position: absolute;
            width: 1px;
            height: 30px;
            background: rgba(0,0,0,.2);
            top: 10px;
            right: 0;
        } */

.ribbon .small {
	font-size: 12px;
	font-weight: 600;
}
/* .ribbon:hover {
        background: #5FC8C2 !important;
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2), inset 0 0 10px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 0 2px rgba(0,0,0,0.2),inset 0 0 10px rgba(0,0,0,0.2);
        box-shadow: 0 0 2px rgba(0,0,0,0.2), inset 0 0 10px rgba(0,0,0,0.2);
    } */
.ribbon:hover .ilktext .small {
	color: #fff
}
.price {
	border: none;
	padding: 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
.ilktext {
}
.ilktext .small {
	font-weight: bold;
	font-size: 16px;
	color: #545454;
	text-align: left;
}
.ilktext .smalliyi {
	font-size: 11px;
	text-align: left;
}
.ortasi {
	color: #fff;
	font-size: 12px;
	padding: 7px 7px;
}
/* 
    .ortasi:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 30px;
        background: rgba(0,0,0,.2);
        top: 10px;
        right: 0;
    } */

.ensag {
	width: 40px !important;
	padding: 10px 5px;
}

#arama {
	float: left;
	padding: 3px 15px;
	position: relative;
}
#arama .fa {
/* position: absolute; */
        /* right: 30px; */
        /* top: 13px; */
        /* cursor: pointer; */
}
#arama input {
	border-radius: 18px;
}
.ustribbon {
	background: #5FC8C2 !important;
	float: right;
	position: absolute;
	top: -1px;
	right: -2px;
	z-index: 2;
	width: 104px;
	min-height: 90px;
	webkit-box-shadow: 1px 0 0 rgba(0,0,0,.1), -1px 0 0 rgba(0,0,0,.1);
	-moz-box-shadow: 1px 0 0 rgba(0,0,0,.1), -1px 0 0 rgba(0,0,0,.1);
	box-shadow: 1px 0 0 rgba(0,0,0,.1), -1px 0 0 rgba(0,0,0,.1);
}
.ustribbon:before {
	z-index: 2;
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 52px 0 0;
	border-color: #5FC8C2 transparent transparent transparent;
}
.ustribbon:after {
	z-index: 2;
	content: "";
	position: absolute;
	bottom: -20px;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 52px 20px 0;
	border-color: transparent #5FC8C2 transparent transparent;
}
.ustribbon nav:before {
	opacity: 0.1;
	-ms-opacity: 0.1;
	z-index: 1;
	content: "";
	position: absolute;
	bottom: -22px;
	left: -1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 21px 53px 0 0;
	border-color: #000 transparent transparent transparent;
}
.ustribbon nav:after {
	opacity: 0.1;
	-ms-opacity: 0.1;
	z-index: 1;
	content: "";
	position: absolute;
	bottom: -22px;
	right: -1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 53px 21px 0;
	border-color: transparent #000 transparent transparent;
}
.ustribbon li {
	float: left;
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 9px 0 9px 0px;
	border-bottom: 1px solid rgba(0,0,0,.2);
	text-shadow: 0 0 1px rgba(0,0,0,0.3);
	text-align: center;
}
.ustribbon li:last-of-type {
	border-bottom: none;
}
.ustribbon li a {
	color: #fff;
}
.ustribbon li a:hover {
	color: rgba(0,0,0,.5);
	text-shadow: 0 1px 0 rgba(255,255,255,0.15);
}
.ustribbon nav {
	float: left;
	width: 100%;
	position: relative;
	min-height: 90px;
}
.ustribbon ul {
	padding: 8px;
	width: 100%;
	float: left;
}
.ustribbon ul:last-of-type li.active {
	border-bottom: none;
}
.one-fourth {
}
.widget {
	position: relative;
	float: left;
	display: block;
	background: #fff;
	padding: 13px 15px 15px;
	margin: 0 0 20px;
	width: 100%;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.widget h4 {
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	margin: 0 0 14px;
	padding: 0 0 13px;
	color: #858585;
}
/* .carousel-inner {
    height: 550px;
} */

.number {
	margin-top: 11px;
}
.number span {
	float: left;
}
.number i {
	float: left;
	font-size: 25px;
	margin-right: 10px;
}
.sayisi {
	color: #fff;
	font-size: 36px;
	text-shadow: 1px 1px 4px #000;
	margin-top: 50px;
}
.ulkeno {
	background: #2b8210;
	color: #fff;
	width: 100px;
	margin: 0 auto;
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 17px;
	padding: 5px 0px;
}
.sehirno {
	background: #fbcf27;
	color: #fff;
	width: 100px;
	margin: 0 auto;
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 17px;
	padding: 5px 0px;
}
.turno {
	background: #d40d0d;
	color: #fff;
	width: 100px;
	margin: 0 auto;
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 17px;
	padding: 5px 0px;
}
.misafirno {
	background: #0d4d6d;
	color: #fff;
	width: 100px;
	margin: 0 auto;
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 17px;
	padding: 5px 0px;
}

@media (max-width: 767px) {
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev {
	display: none;
}
.footer-bottom span {
	margin: 0px !important;
}
#kesifedilmeyen a {
	float: left;
	width: 100%;
	margin-bottom: 10px
}
.ribbon > div.ortasi {
/* display: none; */
}
#UC-17550 {
	margin-bottom: 10px !important;
}
.carousel-control.left {
	top: 20%;
}
.carousel-control.right {
	top: 20%;
}
.ustribbon {
	display: none;
}
.snlg-block-top-telefon-mail {
	margin: 0px;
	margin-left: 30px;
	margin-bottom: 10px;
	float: left;
}
#arama input {
	width: 125px;
}
.package-detail .package-detail-sidebar {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
}
.package-detail .main-content {
	position: relative;
	z-index: 3;
	float: left;
	width: 100%;
	display: inherit;
}
.page-title-pics .page-title {
	position: relative !important;
	display: inline-table !important;
}
.modules-tours-tour-details .page-title h3 {
	color: #5f5f5f !important;
}
.page-title-pics .page-title h4 {
	float: left !important;
	margin: 10px 0px!important;
}
.detayLabel {
	float: left !important;
	margin-top: 18px !important;
	color: #464646 !important;
	padding: 0px !important;
	margin: 0px !important;
	text-align: left;
}
.solmenu li.active {
	width: 95%;
}
.ensagdetay {
	margin-top: 30px;
	float: left;
}
.modules-tours-tour-details .page-title h3 {
	margin-bottom: 0px !important
}
.ustmenu {
	height: auto;
	overflow: hidden;
}
.ustmenu li {
	width: 100%;
	text-align: left;
}
.ustmenu li a {
}
.populer-tour figure img {
	min-height: auto !important;
}
#sehirulke {
	display: none
}
}
.populer-tour figure img {
	min-height: 254px;
	/* max-height: 254px; */
	box-shadow: 0px 0px 15px #b7b5b5;
}
.ustmenu .navbar-nav > li > a > img {
	max-width: 25px;
}
.slick-slide img {
	box-shadow: 0px 0px 15px #b7b5b5
}
#kesifedilmeyen img {
}
#kesifedilmeyen img:hover {
}
.footerul {
	list-style: disc !important;
	color: #e30613;
}
.footerul li {
	list-style: disc !important;
}
.footerul li a {
	color: #454545;
	font-weight: 400;
}
.sosyalmenu {
	text-align: center;
}
.sosyalmenu ul {
	text-align: center;
}
.sosyalmenu ul li {
	display: inline-block;
	padding: 0 1px 4px 0 !important;
	font-size: 15px;
}
.sosyalmenu li.facebook {
}
.sosyalmenu li.twitter {
}
.sosyalmenu li.instagram {
}
.sosyalmenu li a {
	text-align: center;
	line-height: 30px;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #fff !important;
	background: #b9aca4;
	display: block;
}
.sosyalmenu li a:hover {
	background: #c20611 !important;
}
#UC-17550 {
	margin-bottom: 100px
}
.sosyalmenu li.instagram a:hover {
	background: #d92983;
}
.sosyalmenu li.twitter a:hover {
	background: #1da1f2;
}
.sosyalmenu li.whatsapp a:hover {
	background: #0dc143;
}
.sosyalmenu li.facebook a:hover {
	background: #397cad;
}
#UC-17620, #UC-17623, #UC-17624 {
	background: #fff;
	padding: 10px 20px;
	margin-top: 30px
}
.modules-article-most-tags .module-title, .modules-article-categories-list .module-title {
	padding-left: 0px;
}
.modules-article-categories-list [data-snlg="menu"] {
	padding: 0px !important;
}
.snlg-block-hakimizda-menu-baslik {
	background-color: #ffffff;
	padding: 10px 30px 10px 20px;
	border-bottom: #bcafa6 1px solid;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.hakkimizda-sol-menu ul {
	background-color: #ffffff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
}
.modules-general-page-content {
	background-color: #ffffff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 50px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.txt2.animated {
	padding-bottom: 15px;
}
.hesap-no tbody tr td {
	text-align: center;
	color: #656464;
}
.hesap-no thead tr th {
	color: #656464;
}
.sube-hesap1 {
	padding: 20px;
	color: #842026;
	font-size: 15px;
}
.sube-hesap2 {
	padding: 20px;
	color: #275d12;
	font-size: 15px;
}
.hesap-no tbody tr:hover {
	background-color: #0000000a;
}
.title-hesap {
	background-color: #272b51;
	border-color: #337ab7;
	padding: 15px 15px;
	border-bottom: 1px solid transparent;
}
.title-hesap h4 {
	font-size: 16px;
	color: #fff;
}
.title-note {
	background-color: #d9534f !important;
	font-size: 14px;
	color: white;
	text-transform: none;
	font-family: inherit;
	vertical-align: baseline;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding: 10px 0 10px;
	margin-bottom: 0px;
}

@media screen and (max-width:752px) {
.title-note {
	font-size: 12px;
}
.title-hesap h4 {
	font-size: 14px;
}
.snlg-block-footer-icerik {
	text-align: center!important;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.sosyalmenu:last-child {
}
.firmalogo {
	text-align: left !important;
}
}
.sosyalmenu li.youtube a:hover {
	background: #d92929;
}
.modules-general-we-call .btn {
	display: none !important;
}
.modal-backdrop.in {
	z-index: 99
}
.modal-content .search-button {
	position: relative;
	margin-left: 220px;
	top: 45px;
}
.ensagdetay {
}

@media (min-width:768px) {
.klogo img {
	max-height: 30px;
}
.sosyalmenu ul {
}
}

@media (max-width:767px) {
.ensagdetay {
	margin-top: 0px
}
}
.modal-open {
	padding: 0px !important
}
.logo-wrapper .logo img {
	max-width: 300px;
}
.map {
	width: 100%;
	padding: 15px;
	background: #fff;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 2px rgba(0,0,0,0.1);
}
.map iframe {
	border: 1px solid #ccc;
	display: block;
	width: 100%;
}
.daily-schedule li {
	position: relative;
	float: left;
	display: block;
	margin: 0 5px 5px 0;
	padding: 0 10px 0 20px;
	background: #DFDCD1;
	height: 30px;
	line-height: 30px;
	-webkit-border-radius: 15px 2px 2px 15px;
	-moz-border-radius: 15px 2px 2px 15px;
	border-radius: 15px 2px 2px 15px;
	-webkit-box-shadow: 0 1px 0 #C1BBA8;
	-moz-box-shadow: 0 1px 0 #C1BBA8;
	box-shadow: 0 1px 0 #C1BBA8;
	-webkit-transition: all 0.1s ease-in 0.1s;
	-moz-transition: all 0.1s ease-in 0.1s;
	-o-transition: all 0.1s ease-in 0.1s;
	-ms-transition: all 0.1s ease-in 0.1s;
	transition: all 0.1s ease-in 0.1s;
}
.daily-schedule li:before {
	display: block !important;
	content: "";
	width: 8px;
	height: 8px;
	background: #fff;
	position: absolute;
	top: 11px;
	left: 7px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,.3);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,.3);
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.3);
}
.daily-schedule li a {
	color: #666;
}
.daily-schedule .element-tab .nav {
	padding: 18px 0 0;
	margin: 0 0 15px;
	width: 100%;
}
.dozet {
	background-color: #ffffff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 25px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding: 25px;
}
.modules-general-insankaynaklariformu {
	background-color: #ffffff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 15px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding: 25px;
}
.daynum {
	font-size: 12px;
	font-weight: 800;
	color: #e30613;
}
.logo_wrapper .logo img {
	max-width: 250px;
}

@media screen and (min-width:768px) {
/* .ribbon {margin-top:0!important}
    .sagyasla{margin-top:-30px!important} */
}

@media screen and (max-width:550px) {
.solblk, .ortablk, .sagblk {
	font-size: 13px;
	text-align: center;
	display: block;
	float: left;
	width: 100%;
}
.sagblk {
	float: none;
}
}

@media screen and (min-width:449px) {
.solblk {
	font-size: 10px;
	text-align: left;
	display: inline;
	float: left;
	font-weight: bold;padding-right: 10px;
}
.ortablk {
	font-size: 10px;
	text-align: center;
	display: inline;
	vertical-align: text-top;
	font-weight: bold;
}
.sagblk {
	font-size: 10px;
	text-align: right;
	display: inline;
	float: right;
	font-weight: bold;
}
}
.modules-hotels-hotels-list .filter-head h4:after {
	display: none;
}
.modules-hotels-hotels-list .filter-head {
	float: left;
	width: 100%;
	background: #999999;
}
.hotel-listing .room-grid-view .room-info .room-book {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #ccc;
	padding: 13px 0 0;
	line-height: 16px;
}
.hotel-listing .room-grid-view .room-info {
	background: #fff;
	padding: 13px 15px 15px;
	width: 100%;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.modules-hotels-hotels-list .filter-area .name-filter .input-group {
	margin-top: 0;
	margin-bottom: 10px;
}
.snlg-block-anasayfa-4lu-slider .customer-logos a {
	color: #fff
}
.modules-tours-tours-list2 .filter-area label {
	font-size: 13px;
}
.modules-tours-tours-list2 .panel-default > .panel-heading {
	margin: 0;padding: 5px 0 10px 5px;
}
.navbar-custom .navbar-toggler {
	border: none;
	color: #fff;
	font-size: 2rem;
	position: absolute !important;
	right: 0;
	top: 0;
}

@media (max-width: 991px) {
.navbar-nav {
	display: none !important;
}
}
.one-fourth:hover .details{
	opacity: 1!important;
}
.one-fourth:hover .details h3 {
    position: absolute;
     top: -214px;
    z-index: 9999;
    text-align: center;
    width: 100%;
    background: url(../images/tour-category-item-gradient.png) bottom repeat-x;
    font-size: 27px;
    left: 0;
    color: white;
    padding: 90px 0;
}

.calender{
    background: url(../images/ortaoval.png);
        margin-top: 8px;
        padding: 30px 20px 0 20px;
        min-height: 85px;
        width: 308px;
        display: inline-block;
        margin: 0 18px 10px 0;
        vertical-align: top;
        height: auto;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: center top;
	}


@media screen and (max-width: 992px){

.calender {
    float: none !important;
    background-image: none !important;
    background: #eee !important;
    border: 1px solid #ccc;
    height: auto;
    padding: 15px 20px !important;
    margin: 15px auto!important;    width: auto;min-height: 20px;    display: block;
}
.calender a{font-size:14px!important;}
.snlg-block-turtakvimi{padding:0px!important;}

.modules-announcement-latest-announcement #announcement-carousel{height:auto!important;min-height: 20px!important;}
}


.snlg-block-turtakvimi{padding:30px;}

@media (max-width: 991px){
	.navbar-nav > li {
    float: left !important;
    width: 100%;
    padding: 10px 15px;
}
}

.affix{
	position: fixed!important;
	width: 100%!important;
	top: 0;
	z-index: 9999!important;    box-shadow: 0px 1px 2px rgba(0,0,0,.1);
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.1);
}
.snlg-block-turtakvimi .container{text-align:center;
    max-width:960px;
}
 .calender a{  color: #515254!important;
    font-size: 16px;
}

 .modules-announcement-latest-announcement .module-title {
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    margin: 0 0 3px;
    padding: 0 0 5px;
    color: #858585;
}


 
 @media screen and (max-width: 992px){

.modules-announcement-latest-announcement{
    float: none !important;
    display: block;
    background-image: none !important;
    background: #eee;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin: 15px 15px 0 0px !important;
       height: auto!important;
    width: 100%!important;
    padding: 15px 15px 15px 15px !important;
}
 }



     @media screen and (max-width: 992px){

 .modules-general-email-list{
    float: none !important;
    display: block;
    background-image: none !important;
    background: #eee;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin: 0px 15px 0 0px !important;
    height: auto;
    width: 100%!important;
    padding: 15px 15px 15px 15px !important;
}

 .modules-general-email-list a{
    right: 0!important;
    left: 0;
    margin: 0 auto!important;
    width: 50%;
    bottom: 20px!important;
 }

 .modules-general-email-list .form-control {
      margin-top: 0px!important;
    width: 80%;
    margin: 0 auto;
}


     }


     .modules-general-email-list .form-control{
             margin-top: 20px;
     }

    .modules-general-email-list a {
             bottom: 52px;
    right: 20px;
     }


@media (min-width:992px) and (max-width:1066px) {
    #ustOval {
        top: 1px!important;
    }
}